Skip to main content

Week 9

Milestones

  • Optimized the code for efficient handling of large CSV records while also improving the validation of dimensions and metrics.
  • Reviewed the responsiveness of all the web pages.
  • Create test files to validate both basic and custom validation.
  • Engaged in the enhancement of low-level diagrams and documentation.

Contributions

Learnings

  • Utilizing Django's testing framework, you can write test cases to ensure that your web pages are responsive across various devices and screen resolutions.
  • Utilizing diagramming tools that integrate with Django, such as Graph Models or UML diagrams, can provide a visual representation of your project's architecture.
  • Learning how Django's form handling and validation can be extended to validate CSV data before processing